var crypto/sha256._K

2 uses

	crypto/sha256 (current package)
		sha256block.go#L13: var _K = []uint32{
		sha256block.go#L101: 			t1 := h + ((bits.RotateLeft32(e, -6)) ^ (bits.RotateLeft32(e, -11)) ^ (bits.RotateLeft32(e, -25))) + ((e & f) ^ (^e & g)) + _K[i] + w[i]